cody - HTMLify profile

cody
4270 Files
633436 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/55 - Weeblist
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Fira Sans', sans-serif;
}
a {
text-decoration: none;
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Fira Sans', sans-serif;
}
a {
text-decoration: none;
// Variable to store if the current search need anime or manga
var nameType = "Manga";
const api = "https://api.jikan.moe/v4/"
// Changes the name type to anime or manga on window load
window.onload = changeNameType();
// function to swap the name type
var nameType = "Manga";
const api = "https://api.jikan.moe/v4/"
// Changes the name type to anime or manga on window load
window.onload = changeNameType();
// function to swap the name type
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WeebList</title>
<link rel="stylesheet" href="index.css">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WeebList</title>
<link rel="stylesheet" href="index.css">